dotnetCHARTING Send comments on this topic.
Add(ScaleRange[]) Method
See Also 
dotnetCHARTING Namespace > ScaleRangeCollection Class > Add Method : Add(ScaleRange[]) Method


scaleRangeList
A list of ScaleRange objects to add.
Adds the specified ScaleRange objects to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal ParamArray scaleRangeList() As ScaleRange _
) 
Visual Basic (Usage)Copy Code
Dim instance As ScaleRangeCollection
Dim scaleRangeList() As ScaleRange
 
instance.Add(scaleRangeList)
C# 
public void Add( 
   params ScaleRange[] scaleRangeList
)

Parameters

scaleRangeList
A list of ScaleRange objects to add.

See Also

© 2010 All Rights Reserved.